From: Chong Yidong Date: Sat, 21 Feb 2009 13:38:16 +0000 (+0000) Subject: * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1657 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=113d454dc7434ec430ab389b15d3cb8f62b293da;p=emacs.git * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and Qfont_object. (Ftype_of): Recognize font objects. * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions moved to data.c. --- diff --git a/src/ChangeLog b/src/ChangeLog index e3099ce3add..b96374be64c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2009-02-21 Chong Yidong + + * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and + Qfont_object. + (Ftype_of): Recognize font objects. + + * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. + + * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions + moved to data.c. + 2009-02-20 Adrian Robert * nsterm.m (x_make_frame_invisible): Unset async_visible,